home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / wrtpcb11.zip / WRITEPCB.DOC next >
Text File  |  1992-01-21  |  8KB  |  236 lines

  1.                        WritePCB Version 1.0
  2.  
  3.                      A PCBoard 14.5 Program
  4.                        (c)Copyright 1991
  5.                               By
  6.                         Thomas S. Thayer
  7.                          1 Herron Place.
  8.                         Bramalea, Ontario
  9.                              L6S 1P3
  10.  
  11.                        All Rights Reserved
  12.     
  13.                           Available From
  14.                      Streamline Design Company
  15.                            416-790-1997
  16.                                or
  17.                           Download From
  18.                       The Support Group BBS
  19.                           416-444-7358
  20.  
  21.  
  22. Introduction
  23.  
  24. WritePCB is simply a text file importation program for PCBoard 14.5.
  25. It will allow you to import a text file the size of a PCBoard Message.
  26. WritePCB does not require much room and can therefore be run through
  27. virtually any shell.  It allows you to specify everything you need on
  28. the command line.
  29.  
  30. Unlike most of the other Shareware packages around, this program does
  31. not display fancy screens while importing messages or make weird noises.
  32. The onlt time you will hear a weird noise is when you do have a
  33. registration key or your key has expired.  The only thing you will see on
  34. the screen is the copyright, your name, and the registration status.
  35.  
  36. If you have not registered WritePCB you will see the following message
  37. appear at the end of each message:
  38.  
  39.                 Imported by UNREGISTERED VERSION of WritePCB
  40.  
  41. Once you have registered, or during the time of your demo, this message
  42. will not appear.
  43.  
  44.  
  45. Command line Parameters:
  46.  
  47. Parameter 1: The name/path of the text file you wish to import.
  48.  
  49. Parameter 2: The Name of the person the message is addressed to.
  50.              If there are spaces between names replace them with
  51.              an underscore, '_'.
  52.              (25 Chars Max)
  53.    
  54. Parameter 3: The Name of the person sending the message.
  55.              If there are spaces between names replace them with
  56.              an underscore, '_'.
  57.              (25 Chars Max)
  58.  
  59. Parameter 4: The subject of the message
  60.              If there are spaces between names replace them with
  61.              an underscore, '_'.
  62.              (25 Chars Max)
  63.  
  64. Parameter 5: A password for the message, if you do not wish to assign a
  65.              password enter NONE.
  66.              (12 Chars Max)
  67.  
  68. Parameter 6: This parameter will contain up to 2 of the following
  69.              Characters:
  70.                          E : Specifies the message is to be echoed.
  71.                              This character can be combined with any
  72.                              of the others.
  73.  
  74.                          You may only use one of the following Characters.
  75.  
  76.                          * : Makes the message private
  77.                          - : Makes the message public
  78.                          % : assigns a password that will only allow the
  79.                              person sending the message to delete this
  80.                              message.  (SysOps excluded of course)
  81.                          ! : assigns a group password that will only allow
  82.                              a member of that group to read or delete this
  83.                              message.  (SysOps excluded of course)
  84.  
  85. Parameter 7: This is the number of the conference you wish to import the
  86.              message into.
  87.  
  88. Parameter 8: This is the path to your cnames file.
  89.              !!!! DO NOT PUT A SLASH ON THE END !!!!!!!!!!
  90.  
  91.  
  92. Examples:
  93.  
  94. WRITEPCB IMPORT.DOC JOE_BLOW TOM_THAYER GO_FOR_IT CHUGALUG E% 0
  95.  
  96. - This will import the file IMPORT.DOC into the message base 0, address the
  97.   message to JOE BLOW, address the message from TOM THAYER, give the message
  98.   a subject of GO FOR IT, mark the message as Echo mail, and assign a sender
  99.   only password of CHUGALUG.
  100.  
  101. WRITEPCB C:\DOS\IMPORT.DOC SYSOP SYSOP GO_FOR_IT NONE - 127
  102.  
  103. - This will import the file IMPORT.DOC into the message base 127, address the
  104.   message to SYSOP, address the message from SYSOP, give the message
  105.   a subject of GO FOR IT, and mark the message as public.
  106.  
  107. Pretty easy eh?
  108.  
  109.  
  110. Errorlevels
  111.  
  112. Overall errorlevels
  113.  
  114. 0  : Success
  115.  
  116. Importation file errorlevels
  117.  
  118. 2 : file not found
  119. 3 : path not found
  120. 5 : access denied, file locked
  121. 6 : invalid handle
  122. 8 : not enough memory
  123. 10: invalid environment
  124. 11: invalid format
  125. 18: no more files
  126.  
  127. CNAMES file errorlevels
  128.  
  129. 22 : file not found
  130. 23 : path not found
  131. 25 : access denied, file locked
  132. 26 : invalid handle
  133. 28 : not enough memory
  134. 30: invalid environment
  135. 31: invalid format
  136. 38: no more files
  137.  
  138. Message base file errorlevels
  139.  
  140. 42 : file not found
  141. 43 : path not found
  142. 45 : access denied, file locked
  143. 46 : invalid handle
  144. 48 : not enough memory
  145. 50: invalid environment
  146. 51: invalid format
  147. 58: no more files
  148.  
  149. Message base file errorlevels
  150.  
  151. 62 : file not found
  152. 63 : path not found
  153. 65 : access denied, file locked
  154. 66 : invalid handle
  155. 68 : not enough memory
  156. 70: invalid environment
  157. 71: invalid format
  158. 78: no more files
  159.  
  160.  
  161. That's it Enjoy...........
  162.  
  163. USER SUPPORTED SOFTWARE
  164. -----------------------
  165.      This program is NOT public domain and is (c)Copyrighted
  166. 1991 by Tom S. Thayer with all rights reserved.  It may
  167. not be distributed for personal gain under any circumstances.
  168. The WRTPCBxx.ZIP file in its original form may be copied or
  169. distributed thru Bulletin Board systems provided no fee is
  170. charged for its distribution and no modifications are made to
  171. the program files contained therein.
  172.  
  173.      User Supported Software is a way for you to review a
  174. program on a trial basis and test its operation on your
  175. system prior to purchasing it. Under this type of
  176. distribution system, you are insured that the program meets
  177. your needs and requirements.
  178.  
  179.      This software is provided on an "As Is" basis without
  180. warranty either implied or expressed of any kind. Tom S. 
  181. Thayer, the author and sole owner of this software, takes
  182. no responsibility for loss of data or damage to equipment
  183. thru the use of this software.  Should the software prove
  184. defective the entire burden of any and all repairs and
  185. replacements and/or data restoration rests with the user. In
  186. no event will the author be liable for any costs and/or
  187. losses either tangible or intangible arising from the use of
  188. this software.
  189.  
  190. OTHER INFORMATION
  191. -----------------
  192.      If you have any problems or questions concerning the use
  193. of this program you may contact me at Streamline Design Company
  194. 416-790-1997 (10:00am to 6:00pm). I would greatly
  195. appreciate hearing from you with suggestions for improvements
  196. or other comments.  The latest version of this software can
  197. always be obtained from within the The Support Group (416)444-7358
  198.  
  199. WritePCB PROGRAM REGISTRATION
  200. ---------------------------------
  201.  
  202. Send To:  Streamline Design
  203.           1 Herron Place.
  204.           Bramalea, Ontario
  205.           L6S 1P3
  206.  
  207.    Name:_____________________________________________________
  208.  
  209. Address:_____________________________________________________
  210.  
  211.    City:__________________________ State:______ Zip:_________
  212.  
  213.   Phone:_________________           Date:____________________
  214.  
  215.     BBS Name:_______________________________________
  216.  
  217. Sysop's Name:_______________________________________
  218.  
  219.    BBS Phone:___________________        Copies:_____
  220.  
  221.    Registration Key : ($15.00) ___
  222.  
  223.  
  224. NOTE: A one month DEMO Key is available by calling The
  225.       Support Group and leaving a message requesting one.
  226.       We will soon add this to the automated features so
  227.       you do not need to request a key.
  228.  
  229.      Please add me to the list of Registered users/owners of
  230. WRITEPCB For PCBoard 14.5.  Please find payment enclosed for
  231. each copy of Online Sales to cover the cost of registration.
  232. Registration provides the means to notify users of future
  233. software releases and/or enhancements and to provide software
  234. support.
  235.  
  236.